home *** CD-ROM | disk | FTP | other *** search
/ Time Warp / Time Warp.iso / pc / timewarp / pirate.dxr / 00130.ls < prev    next >
Encoding:
Text File  |  1997-05-24  |  176 b   |  11 lines

  1. on exitFrame
  2.   global end, mwide, mcu
  3.   if the movieTime of sprite 5 < end then
  4.     go(the frame - 1)
  5.   else
  6.     set mcu to 0
  7.     set mwide to 0
  8.     go("PIR END")
  9.   end if
  10. end
  11.